Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedSortedDictionary<TKey,TValue> Class
Properties Methods

In This Topic
    OwnedSortedDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by OwnedSortedDictionary<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether list was changed. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public PropertyGets the number of key/value pairs contained in the System.Collections.Generic.SortedDictionary`2. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public PropertyGets or sets the value associated with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public PropertyGets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public PropertyGets a collection owner.  
    Public PropertyGets a collection containing the values in the System.Collections.Generic.SortedDictionary`2. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an element with the specified key and value into the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public MethodRemoves all elements from the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public MethodDetermines whether the ObservableSortedDictionary<TKey,TValue> contains an element with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public MethodRemoves the element with the specified key from the ObservableSortedDictionary<TKey,TValue>. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Public MethodGets the value associated with the specified key. (Inherited from GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>)
    Top
    See Also